home *** CD-ROM | disk | FTP | other *** search
/ Sounds Terrific 2 / Sounds Terrific II (1996)(Weird Science)(Disc 1 of 2)[Amiga-PC].iso / archives / amiga / amisox33.lha / AmiSOX3.3 / dist / vms.lis < prev    next >
File List  |  1994-01-23  |  2KB  |  66 lines

  1. VAX/VMS port of SOX, release 5, patchlevel 7
  2.  
  3. As an important side note, the DECsound tool only recognizes DDIF and Sun .au
  4. format sounds (Sun .au sounds *must* be uLaw, 8000Hz sampling rate to be
  5. readable).
  6.  
  7. The portmeister makes no representations about the suitability of this
  8. software for any purpose.  This software is provided "as is" without
  9. warranties expressed or implied.
  10.  
  11. New files:
  12.  
  13.     sox.opt    - linker options file
  14.     descrip.mms - MMS description file
  15.     sound2au.com - VMS DCL command file to translate a sound to a Sun .au
  16.         by way of sound2sun
  17.     sound2sun.c - program to convert sampled audio files to uLAW format
  18.         (by Rich Gopstein and Harris Corporation)
  19.     sound2sun.opt - options file for sound2sun
  20.     tests.com - VMS DCL command file equivalent of tests.sh
  21.  
  22. Modified files:
  23.  
  24.     st.h -
  25.         added VMS definitions for READBINARY and WRITEBINARY
  26.         changed "#ifdef SYSV" to "#if defined(SYSV) || defined(VMS)"
  27.             to pick up definitions of index, rindex, and bcopy
  28.         added definitions of macros IMPORT and EXPORT (used on VMS
  29.             for variable scope) -- collateral damage affects variables
  30.             formats, informat, outformat, sizes, styles, effects
  31.     wav.c -
  32.         changed extern to IMPORT for volume, amplitude, summary, and 
  33.             verbose
  34.     voc.c -
  35.         changed extern to IMPORT for summary and verbose
  36.     sox.c -
  37.         replaced "extern errno" with "#include <errno.h>"
  38.         replaced "extern sys_errlist[]| with "#include <perror.h>"
  39.         added EXPORT to verbose, summary, volume, amplitdue, 
  40.             informat, outformat, and writing
  41.         removed unneeded extern declaration of formats[] (already
  42.             defined in st.h)
  43.     sndrtool.c -
  44.         replaced "extern errno" with "#include <errno.h>"
  45.         replaced "extern sys_errlist[]| with "#include <perror.h>"
  46.     skel.c -
  47.         changed extern to IMPORT for volume, amplitude, summary, and 
  48.             verbose
  49.     sf.c -
  50.         changed extern to IMPORT for summary and verbose
  51.     sbdsp.c -
  52.         changed extern to IMPORT for volume, amplitude, summary, and 
  53.             verbose
  54.     raw.c -
  55.         changed extern to IMPORT for summary and verbose
  56.     misc.c -
  57.         moved "#include st.h" to top of file
  58.         added EXPORT to sizes[] and styles[]
  59.     handlers.c -
  60.         added EXPORT to effects[] and formats[]
  61.     echo.c -
  62.         changed extern to IMPORT for writing
  63.     8svx.c -
  64.         replaced "extern errno" with "#include <errno.h>"
  65.         replaced "extern sys_errlist[]| with "#include <perror.h>"
  66.